Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chaos 502 application crud #503

Merged
merged 10 commits into from
Aug 2, 2024

Conversation

AlexMIaoPU
Copy link

@AlexMIaoPU AlexMIaoPU commented Jul 22, 2024

Added CRUD for user applications

Routes:

POST:

  • "api/v1/campaign/:id/application"

GET:

  • "/api/v1/campaign/:id/applications"
  • "/api/v1/role/:id/applications",
  • "api/v1/application/:id"
  • "/api/v1/user/applications"

PATCH:

  • "api/v1/application/:id/status"
  • "api/v1/application/:id/private"

@AlexMIaoPU AlexMIaoPU added the A: Backend Backend related issues label Jul 22, 2024
@AlexMIaoPU AlexMIaoPU self-assigned this Jul 22, 2024
@KavikaPalletenne KavikaPalletenne linked an issue Aug 2, 2024 that may be closed by this pull request
@KavikaPalletenne KavikaPalletenne merged commit f140dd6 into CHAOS-224-KHAOS-rewrite Aug 2, 2024
4 checks passed
@KavikaPalletenne KavikaPalletenne deleted the CHAOS-502-application-CRUD branch August 2, 2024 05:14
@KavikaPalletenne KavikaPalletenne restored the CHAOS-502-application-CRUD branch August 2, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Backend Backend related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Application CRUD
2 participants